This repository was archived by the owner on Apr 29, 2026. It is now read-only.
ENH: Migrate FastBilateral content to ITK main; archive this repo#16
Merged
hjmjohnson merged 1 commit intomainfrom Apr 29, 2026
Merged
ENH: Migrate FastBilateral content to ITK main; archive this repo#16hjmjohnson merged 1 commit intomainfrom
hjmjohnson merged 1 commit intomainfrom
Conversation
The FastBilateral module has been ingested into ITK main via InsightSoftwareConsortium/ITK#6159 (merge commit 2722d525d7). Remove the now-duplicated content from this repo's tree tip and add MIGRATION_README.md pointing future visitors at the authoritative in-tree location. Pre-ingest git history is preserved for blame and archaeology; this repo will be marked ARCHIVED in GitHub Settings after merge.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The FastBilateral module has been ingested into ITK main via #6159 (merge commit
2722d525d7). This PR closes the loop by removing the now-duplicated content from this upstream repo's tree tip and pointing future visitors at the authoritative in-tree location. After merge, please mark this repo Archived under repo Settings → Danger Zone.What this PR does
Per the ITK ingestion strategy, a remote-module ingest is not complete until the upstream repo's tree tip stops carrying a second copy of the same files. The one-definition rule applies.
Removed (the whitelist that transferred during ingest):
include/test/wrapping/CMakeLists.txtitk-module.cmakeCTestConfig.cmakeAdded:
MIGRATION_README.mdat repo root, pointing atModules/Filtering/FastBilateral/in ITK and linking the ingest PR + merge SHA.Deliberately preserved:
README.rst,LICENSE,pyproject.toml,.clang-format,.editorconfig,.github/workflows/,.gitignore— not part of the ingest whitelist; they belong to this repo's standalone-module identity and stay until the repo is archived.Verification
MIGRATION_README.mdmirrors the format used for the prior archival PRs (ITKGenericLabelInterpolator#43, ITKMGHImageIO#50).main.